Class RoutedSwitchPortImpl

All Implemented Interfaces:
IPCObject, HostPort, Port, Process, RoutedSwitchPort, RouterPort

public class RoutedSwitchPortImpl extends RouterPortImpl implements RoutedSwitchPort
Information provided by the PKI file:

    \class RoutedSwitchPort
    
    \brief RoutedSwitchPort handles and manipulates routed switch ports.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setSwitchPort

      public void setSwitchPort(boolean bSwitchPort)
      Information provided by the PKI file:
      
          \brief Enables or disables the routed switch port.
          
          \param bSwitchPort, true to enable the routed switch port, false to disable it.
          
              
      Specified by:
      setSwitchPort in interface RoutedSwitchPort
      Parameters:
      bSwitchPort - Takes in a parameter of bSwitchPort
    • isSwitchPort

      public boolean isSwitchPort()
      Information provided by the PKI file:
      
          \brief Returns true if a switch port, otherwise false.
          
          \return bool, true if a switch port, otherwise false.
          
              
      Specified by:
      isSwitchPort in interface RoutedSwitchPort
      Returns:
      boolean Returns a boolean